2016.15-3
authorSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 13:23:43 +0000 (13:23 +0000)
committerSimon McVittie <smcv@debian.org>
Thu, 19 Jan 2017 13:33:31 +0000 (13:33 +0000)
debian/changelog
debian/patches/Fix-TAP-syntax-in-test-basic-user.sh-and-run-it.patch
debian/patches/Make-corrupt-repo-ref.js-executable.patch
debian/patches/Sourced-test-snippets-remove-shebang-and-make-non-executa.patch

index 32a8cfee6b38ebf86613d320fed1114833f092c4..5f05d69bd65ee362f55b1700092ebe76dfe22aee 100644 (file)
@@ -1,4 +1,4 @@
-ostree (2016.15-3) UNRELEASED; urgency=medium
+ostree (2016.15-3) unstable; urgency=medium
 
   * debian/control: Don't run gjs tests on sparc64. gjs doesn't seem
     to work there at all (#827815)
@@ -21,7 +21,7 @@ ostree (2016.15-3) UNRELEASED; urgency=medium
   * d/p/Fix-TAP-syntax-in-test-basic-user.sh-and-run-it.patch:
     Run an additional test, which was previously installed but not run
 
- -- Simon McVittie <smcv@debian.org>  Sun, 15 Jan 2017 14:37:12 +0000
+ -- Simon McVittie <smcv@debian.org>  Thu, 19 Jan 2017 13:23:32 +0000
 
 ostree (2016.15-2) unstable; urgency=medium
 
index c498f92277090b091b91a6271dc4ba71c8c8742b..76994c35d30cc00716196dd9c952addbdfc4fb06 100644 (file)
@@ -10,6 +10,8 @@ In its initial commit, Alexander Larsson wrote
 
 but we now (a) use /var/tmp, and (b) explicitly skip the test if
 xattr support is unavailable. So it should be OK to run now.
+
+Forwarded: https://github.com/ostreedev/ostree/pull/652
 ---
  Makefile-tests.am        | 2 +-
  tests/test-basic-user.sh | 3 ---
index 89a1ce3b6212e4d3dde1e958b4d7e0532959d924..37fd65743199985397652ec181c9e6d7413c7f46 100644 (file)
@@ -6,6 +6,8 @@ Debian's Lintian packaging consistency check complains that it isn't
 executable but has a #! line. In fact it's reasonable to run this
 script directly, so make it executable, and put it in a _scripts
 variable so it will be installed executable.
+
+Forwarded: https://github.com/ostreedev/ostree/pull/652
 ---
  Makefile-tests.am         | 8 +++++---
  tests/corrupt-repo-ref.js | 0
index 73ff7130f96c1266cb8b5f2a76ece2946f00c7ad..a497255debbdc3c420b6ff4dbda618be5681e112 100644 (file)
@@ -7,6 +7,8 @@ packaging consistency check complain that #! is only useful
 in executable scripts. But in fact they are not useful to execute
 directly (they rely on setup being done in the script that sources
 them), so just chmod them -x.
+
+Forwarded: https://github.com/ostreedev/ostree/pull/652
 ---
  tests/admin-test.sh   | 3 ++-
  tests/archive-test.sh | 4 ++--